home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beano - Dennis the Menace Cardz
/
Beano Cardz: Dennis the Menace.iso
/
pc
/
email.dxr
/
00031_incert text.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-04-19
|
185 b
|
8 lines
property pMember, psTempFilePath
on beginSprite me
psTempFilePath = getOSDirectory() & "temp.jpg"
pMember = sprite(me.spriteNum).member
pMember.text = string(psTempFilePath)
end